<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

#supersized-loader{position:absolute;top:50%;left:50%;z-index:0;margin:-30px 0 0 -30px;width:60px;height:60px;background:url(progress.gif) center center no-repeat;text-indent:-999em;}
#supersized,#supersized li{top:0;left:0;overflow:hidden;}
#supersized{position:absolute;z-index:1;display:block;width:100%;height:100%;}
#supersized img{position:relative;display:none;width:auto;height:auto;outline:0;border:none;}
#supersized a,#supersized li{display:block;width:100%;height:100%;}
#supersized.speed img{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;}
#supersized.quality img{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;}
#supersized li{position:absolute;z-index:-30;background:#111;list-style:none;}
#supersized li.prevslide{z-index:-20;}
#supersized li.activeslide{z-index:-10;}
#supersized li.image-loading{width:100%;height:100%;background:url(progress.gif) center center no-repeat #111;}
#supersized li.image-loading img{visibility:hidden;}
#supersized li.activeslide img,#supersized li.prevslide img{display:inline;}</pre></body></html>